Don't sync charpos and bytepos in bidi_resolve_explicit_1.
authorEli Zaretskii <eliz@gnu.org>
Tue, 5 Mar 2013 18:12:25 +0000 (20:12 +0200)
committerEli Zaretskii <eliz@gnu.org>
Tue, 5 Mar 2013 18:12:25 +0000 (20:12 +0200)
commit2180cd09c4476dd90d7ce25d2bd4329f1c524d61
tree1453da039b197ddbc1266f1821df223f5e4cd093
parent8aef474681e43cd80b39770f66982f5fd89755ea
Don't sync charpos and bytepos in bidi_resolve_explicit_1.

 src/bidi.c (bidi_resolve_explicit_1): Don't call CHAR_TO_BYTE or
 bidi_count_bytes, as the callers now arrange for bidi_it->charpos
 to be in sync with bidi_it->bytepos.  Suggested by Dmitry Antipov
 <dmantipov@yandex.ru>.
src/ChangeLog
src/bidi.c